Calls the method indicated by the passed method descriptor 調(diào)用由傳遞的方法說(shuō)明符指示的方法。
Call instruction calls the method indicated by the method descriptor passed with the instruction 指令調(diào)用由通過(guò)該指令傳遞的方法說(shuō)明符指示的方法。
In all of these cases the destination address is determined entirely from the method descriptor contrast this with the 在所有這些情況中,目標(biāo)地址完全從方法說(shuō)明符確定(與用于調(diào)用虛方法的
Are popped from the stack ; the method call is performed with these arguments and control is transferred to the method referred to by the method descriptor 的方法參數(shù);通過(guò)這些參數(shù)執(zhí)行方法調(diào)用并將控制轉(zhuǎn)移到由方法說(shuō)明符表示的方法。
The method descriptor is a metadata token that indicates the method to call and the number , type , and order of the arguments that have been placed on the stack to be passed to that method as well as the calling convention to be used 方法說(shuō)明符是元數(shù)據(jù)標(biāo)記,它指示將調(diào)用的方法和將被傳遞到該方法的放到堆棧上的參數(shù)的數(shù)目、類型和順序以及要使用的調(diào)用約定。